Skip to content

docs: update stale admin_jammy/prompt/ refs to PyAutoPrompt/ - #1

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/pyautoprompt-path-cleanup
Apr 27, 2026
Merged

docs: update stale admin_jammy/prompt/ refs to PyAutoPrompt/#1
Jammy2211 merged 1 commit into
mainfrom
feature/pyautoprompt-path-cleanup

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Summary

The PyAuto prompt registry was moved from admin_jammy/prompt/ to PyAutoPrompt/ on 2026-04-27. This PR updates stale comment / docstring / YAML / Markdown references in this repo to point at the new location.

Files Changed

  • autogalaxy/ellipse_no_run.md — link to ellipse_fitting_jax.md updated
  • autolens/pixelization_eager_vs_jit_divergence.md — link to eager_numpy_regression_assertions.md updated
  • issued/adapt_images_pytree_fix.md@-link to linear_light_profile_intensity_dict_pytree.md updated
  • issued/autogalaxy_workspace_test_jax_likelihood_imaging.md — 4 links to smoke_workspace_fixes.md, linear_light_profile_intensity_dict_pytree.md, fit_imaging_pytree_*.md, fit_imaging_pytree_lp.md updated
  • issued/group_20260414.md — directory ref admin_jammy/prompt/workspacesPyAutoPrompt/workspaces
  • z_vault/galaxy_pytree_token.md@-link to linear_light_profile_intensity_dict_pytree.md updated

Test Plan

  • Pure text-substitution edits — comments, docstrings, YAML comments, Markdown text only
  • Zero runtime behavior change; no executable code paths modified
  • [N/A] Smoke tests skipped — not justified for comment-only edits

🤖 Generated with Claude Code

The PyAuto prompt registry was moved from admin_jammy/prompt/ to
PyAutoPrompt/ on 2026-04-27. This commit updates the remaining
cross-references inside prompt files (issued/, z_vault/, autolens/,
autogalaxy/) so they point at the new locations.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Jammy2211
Jammy2211 merged commit 48ef666 into main Apr 27, 2026
@Jammy2211
Jammy2211 deleted the feature/pyautoprompt-path-cleanup branch April 27, 2026 17:13
Jammy2211 added a commit that referenced this pull request Apr 28, 2026
`scripts/pyauto_audit.sh` defines a `pyauto-audit` shell function (sourced
from ~/.bashrc next to pyauto_status.sh) that scans ~/Code/PyAutoLabs/
for state the dashboard can't show:

  1. Top-level directories with no .git (skip "." and "z_" prefixes
     for hidden / personal-staging dirs).
  2. Stashes older than PYAUTO_AUDIT_STASH_DAYS (default 14 days).
  3. Local-only branches with no upstream and last commit older than
     PYAUTO_AUDIT_BRANCH_DAYS (default 30 days).

Three sections, plain text, sections suppressed when empty, single
"clean" message when all clear. Always exits 0 — informational, the
user reads and decides. Run on demand. PYAUTO_AUDIT_ROOT,
PYAUTO_AUDIT_STASH_DAYS, PYAUTO_AUDIT_BRANCH_DAYS env-var overrides.

Re-scoped from autoprompt 06 (the heavyweight monthly cron audit
spec). The dashboard's `b` flag (shipped in #10) covers prompt 06's
findings #1 + #2; prompts 02 + 07 cover #4 + #7. Only the genuinely
structural checks remain.

Also deletes autoprompt/04_source_of_truth_rule.md — already-rejected
during this sweep. The pyauto-status BEHIND counts and prompt 03's
history-rewrite guard cover the failure modes that 04 was trying to
address; keeping a rejected prompt in autoprompt/ is just noise.

Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Jammy2211 pushed a commit that referenced this pull request May 16, 2026
Jammy2211 pushed a commit that referenced this pull request May 16, 2026
Jammy2211 pushed a commit that referenced this pull request May 18, 2026
Jammy2211 pushed a commit that referenced this pull request May 18, 2026
Move 2_modeling_cluster to Shipped (cluster-modeling-v2, autolens_workspace#175,
2026-05-18). Sequence the cluster/2..5 follow-up prompts (scaling relation,
test workspace, likelihood function walkthrough, profiling) as Outstanding,
each linked from the z_feature. Drop scaling-relation members from Deferred
(now Outstanding #1); keep start_here.py rewrite, lens/source CSV API, and
aplt plotter promotion as Deferred.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Jammy2211 pushed a commit that referenced this pull request Jun 22, 2026
Jammy2211 pushed a commit that referenced this pull request Jul 10, 2026
Jammy2211 pushed a commit that referenced this pull request Jul 10, 2026
Jammy2211 pushed a commit that referenced this pull request Jul 16, 2026
…e 1 shipped)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Jammy2211 pushed a commit that referenced this pull request Jul 17, 2026
… content = Phase 2-3

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Jammy2211 pushed a commit that referenced this pull request Aug 4, 2026
…o-end

The record claimed the PAT question needed a real run. It did not: the secret
inventory is API-readable, and PAT_PYAUTOLABS was absent from PyAutoMind
entirely, so Monday would have failed the guard. After adding it, the path was
proved by inducing drift and dispatching — the self-heal opened PR #1 in 24s
with the correct diff, merged as 7f8576f, --check back to 0.
Jammy2211 pushed a commit that referenced this pull request Aug 18, 2026
…ete/

Both entries read as history, not in-flight work: release-drive-2026-08-03
was marked SHIPPED/superseded, and release-drive-2026-08-07 shipped all five
libraries to PyPI at 2026.8.7.1 and was verified against pypi.org.

Written via `lifecycle.py record --date 2026-08-07`, which folds each section
into complete/2026/08/, prunes it from active.md and refreshes complete/index.md
in one step. Content is carried over verbatim -- the trap catalogues are the
point of the rich record (rehearsal #1 discarded on the mid-build merge, the
ingest trap, the pre_build untracked-WIP hazard, the post-publish PyPI
index-propagation race). Only the `repos-none-claimed` line is dropped from
each: it documents an active.md formatting constraint that means nothing once
the entry leaves that file.

active.md is left holding the two genuinely live entries (pix-prodigy-gpu-compat,
heart-green-validation-ingest). lifecycle check + index --check both OK.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FTzN9AEF8DY2jTX2qxVHRk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant